projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380485a
)
[HVM] qemu should wait 10ms, rather than 100ms, between running its timers.
author
Steven Smith
<ssmith@xensource.com>
Wed, 27 Sep 2006 15:22:17 +0000
(16:22 +0100)
committer
Steven Smith
<ssmith@xensource.com>
Wed, 27 Sep 2006 15:22:17 +0000
(16:22 +0100)
Signed-off-by: Steven Smith <sos22@cam.ac.uk>
tools/ioemu/target-i386-dm/helper2.c
patch
|
blob
|
history
diff --git
a/tools/ioemu/target-i386-dm/helper2.c
b/tools/ioemu/target-i386-dm/helper2.c
index 4134aade4ca5f3dba28bc77e6bc7865cebcd7ab6..83fc5e8f005aa10865d4fa698b849b9fe130c1c5 100644
(file)
--- a/
tools/ioemu/target-i386-dm/helper2.c
+++ b/
tools/ioemu/target-i386-dm/helper2.c
@@
-520,8
+520,8
@@
int main_loop(void)
}
}
- /* Wait up to 10
0
msec. */
- main_loop_wait(10
0
);
+ /* Wait up to 10 msec. */
+ main_loop_wait(10);
if (env->send_event) {
env->send_event = 0;